toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.event
/
[jvm]NavigationRedirected
Navigation
Redirected
interface
NavigationRedirected
:
NavigationEvent
An event indicating that the navigation has encountered a server redirect.
Members
Functions
destination
Url
Link copied to clipboard
open
fun
destinationUrl
(
)
:
String
Returns a string that represents the destination URL for the navigation redirect.
navigation
Link copied to clipboard
open
fun
navigation
(
)
:
Navigation
Returns the
Navigation
instance initiated this event.